Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] Fixed Inline block edit identifier validation #11

Closed
wants to merge 692 commits into from

Conversation

niravkrish
Copy link
Owner

Original Pull Request

magento#21376

Description (*)

Dot is not allowed when editing CMS block in-line

Fixed Issues (if relevant)

  1. Dot is not allowed when editing CMS block in-line magento/magento2#21374: Dot is not allowed when editing CMS block in-line

Manual testing scenarios (*)

  1. Manual Testing

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

OlgaVasyltsun and others added 30 commits February 28, 2019 13:42
…irst try magento#21513

 - Merge Pull Request magento#21513 from shikhamis11/magento2:2.2-develop-PR-port-21335
 - Merged commits:
   1. 8493e59
   2. 65e9346
Good afternoon,

I just encountered a problem with product's tabs in product info.
I realized when description or other custom tabs have links, when you click on it, nothing happen.

It caused by the script mage/tabs.js in details.phtml.

The current link to trigger the tab is declared with data-role="switch" instead of a data-role="trigger".

https://github.com/magento/magento2/blob/4f232511ceba6f1f7bf6f73b3b5609bd087f8c74/app/code/Magento/Catalog/view/frontend/templates/product/view/details.phtml#L24-L37

When not even the trigger and the header is declared respectively by data-role="heading" and data-role="trigger", the script based it search on the current collapsible panel declared by data-role="collapsible".

https://github.com/magento/magento2/blob/4f232511ceba6f1f7bf6f73b3b5609bd087f8c74/lib/web/mage/tabs.js#L99-L124

You can simply try by adding a link in the product description.

Tell me if I am wrong.

Cheers,
Ilan PARMENTIER
Good afternoon,

I find out attribute aria-labelledby is misconfigured.
It must be declared for the content of the tab and not the title, in particular, for a parent tag.

Ilan PARMENTIER

Source :
https://www.w3.org/TR/wai-aria-practices/examples/tabs/tabs-1/tabs.html#sc1_label
… for guests converted to customers after checkout. magento#21325

 - Merge Pull Request magento#21325 from Nazar65/magento2:backport-issue-19166
 - Merged commits:
   1. 9746716
   2. abcf202
   3. 80e5e39
 - Merge Pull Request magento#21531 from amol2jcommerce/magento2:2.2-develop-PR-port-20858
 - Merged commits:
   1. 13c6edd
Accepted Public Pull Requests:
 - magento#21423: [Backport] Make the module list more deterministic (by @eduard13)
 - magento#21437: [Backport]-issue-195196 Can't upload customer Image attribute programmatically (by @Nazar65)


Fixed GitHub Issues:
 - magento#8479: Sequence of module load order should be deterministic (reported by @scottsb) has been fixed in magento#21423 by @eduard13 in 2.2-develop branch
   Related commits:
     1. abc3e7c
     2. 4b2c1b4
     3. 730987f

 - magento#16116: Modules sort order in config.php is being inconsistent when no changes being made (reported by @comdiler) has been fixed in magento#21423 by @eduard13 in 2.2-develop branch
   Related commits:
     1. abc3e7c
     2. 4b2c1b4
     3. 730987f

 - magento#19983: Can't work customer Image attribute programmatically (reported by @cygnetampatel) has been fixed in magento#21437 by @Nazar65 in 2.2-develop branch
   Related commits:
     1. b635e09
     2. 97b8f5f
magento-engcom-team and others added 26 commits March 20, 2019 12:02
…autoload magento#21435

 - Merge Pull Request magento#21435 from amol2jcommerce/magento2:2.2-develop-PR-port-20950
 - Merged commits:
   1. 2e58ab6
   2. 3de1647
Accepted Public Pull Requests:
 - magento#21838: [Backport] Fix magento#21648 Checkout Agreements checkbox missing asterisk (by @amol2jcommerce)


Fixed GitHub Issues:
 - magento#21648: Checkout Agreements checkbox missing asterisk (reported by @Karlasa) has been fixed in magento#21838 by @amol2jcommerce in 2.2-develop branch
   Related commits:
     1. 079ecb3
     2. 943fb33
     3. 745df9a
     4. 8c609c4
…o#21661

 - Merge Pull Request magento#21661 from Cyanoxide/magento2:2.2-develop
 - Merged commits:
   1. ec51033
…or pending review magento#21849

 - Merge Pull Request magento#21849 from eduard13/magento2:2.2-develop-bp-20936
 - Merged commits:
   1. dd3a94a
   2. 5c8dba8
   3. 95c1bc8
…ntegration and unit tests magento#21859

 - Merge Pull Request magento#21859 from eduard13/magento2:2.2-develop-PR-port-21795
 - Merged commits:
   1. 229da15
   2. 89bcefa
   3. 0cd94e2
   4. afa9a80
…label in getA… magento#21872

 - Merge Pull Request magento#21872 from mage2pratik/magento2:back-port-pull-20482
 - Merged commits:
   1. c4312eb
Accepted Public Pull Requests:
 - magento#21037: [Backport] Added RewriteBase directive template in .htaccess file into pub/media folder (by @ccasciotti)
…kend indexers page after creating a custom index magento#21576

 - Merge Pull Request magento#21576 from ccasciotti/magento2:back-port-pull-21575
 - Merged commits:
   1. 2c956f6
   2. d5ed9e8
Accepted Public Pull Requests:
 - magento#21872: [Backport] [TASK] Remove translation of attribute store label in getA� (by @mage2pratik)
 - magento#21859: [Backport] [Wishlist] Covering the Wishlist classes by integration and unit tests (by @eduard13)
 - magento#21435: [Backport] magento#20773: Do not throw exception during autoload (by @amol2jcommerce)
 - magento#21849: [Backport][Review] Fix Pending Reviews label, add menu for pending review (by @eduard13)


Fixed GitHub Issues:
 - magento#20773: The autoloader throws an exception on class_exists (reported by @sidolov) has been fixed in magento#21435 by @amol2jcommerce in 2.2-develop branch
   Related commits:
     1. 2e58ab6
     2. 3de1647

 - magento#20924: Reviews ACL issue - showing Reviews menu two times under System > User Roles > Add New Role > Role Resources (reported by @dankhrapiyush) has been fixed in magento#21849 by @eduard13 in 2.2-develop branch
   Related commits:
     1. dd3a94a
     2. 5c8dba8
     3. 95c1bc8
Accepted Public Pull Requests:
 - magento#21576: [Backport] Fix for issue magento#21510: Can't access backend indexers page after creating a custom index (by @ccasciotti)
 - magento#21661: [backport] Improve swatch table overflow handling (by @Cyanoxide)
 - magento#21845: [Backport] magento#12396: Total Amount cart rule without tax (by @eduard13)
 - magento#21543: [BP] static tests forbid or instead of 21062 (by @novikor)


Fixed GitHub Issues:
 - magento#21510: Can't access backend indexers page after creating a custom index (reported by @ccasciotti) has been fixed in magento#21576 by @ccasciotti in 2.2-develop branch
   Related commits:
     1. 2c956f6
     2. d5ed9e8

 - magento#12396: "Total Amount" cart rule without tax (reported by @Chei20) has been fixed in magento#21845 by @eduard13 in 2.2-develop branch
   Related commits:
     1. 9529d31
     2. 362bbf2
     3. a5608f0

 - magento#21062: Static tests: forbid 'or' instead of '||' (reported by @novikor) has been fixed in magento#21543 by @novikor in 2.2-develop branch
   Related commits:
     1. 9f0ef59
niravkrish pushed a commit that referenced this pull request Mar 26, 2019
[Backport] Added translation for comment tag
@niravkrish niravkrish closed this Mar 26, 2019
@niravkrish niravkrish deleted the 2.2-develop-PR-port-21376 branch March 26, 2019 14:22
engcom-Charlie pushed a commit that referenced this pull request Oct 28, 2020
Magento\Framework\MessageQueue\Test\Unit\MessageValidatorTest::testInvalidMessageType with data set #11 (array('object_interface', 'Magento\Customer\Api\Data\Cus...face[]'), array(23, 545), 'Data in topic "topic" must be...e[]". ')
PHPUnit\Framework\Exception: Notice: Undefined offset: 0 in /magento/lib/internal/Magento/Framework/MessageQueue/MessageValidator.php:157.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.